home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 3
/
CU Amiga Magazine's Super CD-ROM 03 (1996)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1996-09].iso
/
misc
/
gcc
/
gnu
/
os-include
/
proto
/
expansion.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-09-22
|
393b
|
19 lines
#ifndef PROTO_EXPANSION_H
#define PROTO_EXPANSION_H
#ifndef DOS_FILEHANDLER_H
#include <dos/filehandler.h>
#endif
#ifndef LIBRARIES_CONFIGVARS_H
#include <libraries/configvars.h>
#endif
#include <clib/expansion_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/expansion.h>
#endif
#ifndef __NOLIBBASE__
extern struct ExpansionBase *ExpansionBase;
#endif
#endif